Version Packages (2026-07-rc) (rc.6)#4469
Merged
Merged
Conversation
b763441 to
fa62619
Compare
eb15236 to
d24c28f
Compare
22d4ea6 to
ac3dbca
Compare
vctrchu
approved these changes
Jun 8, 2026
ac3dbca to
8084520
Compare
8084520 to
ab37337
Compare
merkoyep
approved these changes
Jun 9, 2026
merkoyep
left a comment
Contributor
There was a problem hiding this comment.
Approved on behalf of @shivinmisra-shopify
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to 2026-07-rc, this PR will be updated.
2026-07-rcis currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exiton2026-07-rc.Releases
@shopify/ui-extensions@2026.7.0-rc.6
Minor Changes
8f27436Thanks @akhayoon! - Addsession.staffMemberfor POS UI extensions so extensions can read and subscribe to the currently pinned staff member.Patch Changes
#4491
2399687Thanks @jasonblickhan! - Addadmin.abandoned-checkout-index.action.renderandadmin.abandoned-checkout-index.action.should-renderextension targets for the abandoned checkout index page. This mirrors the action targets already available on other resource index pages (orders, customers, products, draft orders, etc.) and unblocksadmin.abandoned-checkout-index.action.linkadmin link extensions.#4468
84c8acdThanks @JoviDeCroock! - NarrowAppHomeApi.intentsto a newAppHomeIntentsshape that exposes a signal-likerequestso the runtime can stream link intents into a long-livedadmin.app.home.renderextension.WithGeneratedIntentscontinues to narrowrequest.valueto the CLI-generated variants.#4468
84c8acdThanks @JoviDeCroock! - Expose theToolsAPI onAppHomeApisoadmin.app.home.renderextensions can callshopify.tools.register(...)even before the CLI generates typed overloads. Adds a matching mock to@shopify/ui-extensions-tester.#4476
338a696Thanks @lsit! - Update docs for inlineSize prop on customer account Page component#4477
d607e02Thanks @shivinmisra-shopify! - Add optionalcashRoundingAdjustmentmoney data to POS transaction-complete payload types.#4455
fe62c86Thanks @justinhenricks! - AddtextAlignprop to the checkoutParagraphcomponent, supporting'start','end','center', and'auto'values.#4466
cc5f4b3Thanks @vctrchu! - Narrow thepos.app.ready.datacart API surface to readonly. The background extension target'sshopify.cartnow only exposes the subscribablecurrentsignal; cart mutation methods (addLineItem,clearCart,applyCartDiscount,setCustomer, etc.) are not typed on this target. Cart mutation remains available to interactive render targets via the unchangedCartApi.Internally this splits
CartApiContentintoReadonlyCartApiContent+MutableCartApiContent(both re-exported), and introducesReadonlyCartApifor use inDataTargetApi.@shopify/ui-extensions-tester@2026.7.0-rc.6
Minor Changes
8f27436Thanks @akhayoon! - Addsession.staffMemberfor POS UI extensions so extensions can read and subscribe to the currently pinned staff member.Patch Changes
#4491
2399687Thanks @jasonblickhan! - Addadmin.abandoned-checkout-index.action.renderandadmin.abandoned-checkout-index.action.should-renderextension targets for the abandoned checkout index page. This mirrors the action targets already available on other resource index pages (orders, customers, products, draft orders, etc.) and unblocksadmin.abandoned-checkout-index.action.linkadmin link extensions.#4468
84c8acdThanks @JoviDeCroock! - NarrowAppHomeApi.intentsto a newAppHomeIntentsshape that exposes a signal-likerequestso the runtime can stream link intents into a long-livedadmin.app.home.renderextension.WithGeneratedIntentscontinues to narrowrequest.valueto the CLI-generated variants.#4468
84c8acdThanks @JoviDeCroock! - Expose theToolsAPI onAppHomeApisoadmin.app.home.renderextensions can callshopify.tools.register(...)even before the CLI generates typed overloads. Adds a matching mock to@shopify/ui-extensions-tester.Updated dependencies [
2399687,84c8acd,84c8acd,338a696,d607e02,fe62c86,cc5f4b3,8f27436]: